home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 6
/
QRZ Ham Radio Callsign Database - Volume 6.iso
/
pc
/
files
/
t_nansi
/
nan24hyc.arc
/
nansi_d.asm
< prev
next >
Wrap
Assembly Source File
|
1990-10-31
|
447b
|
16 lines
;---- nansi_d.asm -----------------
; Definitions for the new ANSI driver.
; (C) 1986 Daniel Kegel
; May be distributed for educational and personal use only
takeBIOS equ 0 ; take over BIOS write_tty if true
is_8088 equ 1 ; no fancy instructions if true
cls_homes_too equ 1 ; set true for ANSI.SYS compatibility
drk_oct equ 0 ; set true for output char translation
if is_8088 EQ 0
.286c
endif
;---- end of nansi_d.asm ----